From: Glenn Morris Date: Wed, 30 Sep 2009 07:24:04 +0000 (+0000) Subject: (semantic-scope-find): Fix declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10197 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5f38d23d6e3bb25b8ca3e2fddb3c66d8ebca6962;p=emacs.git (semantic-scope-find): Fix declaration. --- diff --git a/lisp/cedet/semantic/analyze/fcn.el b/lisp/cedet/semantic/analyze/fcn.el index c86a79a226d..a776005c33a 100644 --- a/lisp/cedet/semantic/analyze/fcn.el +++ b/lisp/cedet/semantic/analyze/fcn.el @@ -29,7 +29,7 @@ (eval-when-compile (require 'semantic/find)) (declare-function semanticdb-typecache-merge-streams "semantic/db-typecache") -(declare-function semantic-scope-find name "semantic/scope") +(declare-function semantic-scope-find "semantic/scope") (declare-function semantic-scope-set-typecache "semantic/scope") (declare-function semantic-scope-tag-get-scope "semantic/scope")